Resource Definitions
The file at <file-path> must contain a complete definition for a single resource of type CURRENCY, INVENTORY_ITEM, VIRTUAL_PURCHASE, or MONEY_PURCHASE. For example:
{
"id": "GOLD",
"name": "Gold",
"type": "CURRENCY",
"initial": 10,
"max": 1000,
"customData": null
}
See Economy Admin API documentation for more information.